Repository {typeorm}
λͺ¨λ μν°ν°λ ν΄λΉ ν μ΄λΈμ μ κ·Όνκ³ μμ ν κΆνμ κ°μ§κ³ μλ 리ν¬μ§ν 리 κ°μ²΄μ μ± μμ μ κ°νλ€.
const photoRepository = AppDataSource.getRepository(Photo);
await photoRepository.save(photo);
const savedPhotos = await photoRepository.find()